projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae79429
)
Fix a typo.
author
Gerd Moellmann
<gerd@gnu.org>
Tue, 10 Jul 2001 10:46:53 +0000
(10:46 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Tue, 10 Jul 2001 10:46:53 +0000
(10:46 +0000)
lispref/tips.texi
patch
|
blob
|
history
diff --git
a/lispref/tips.texi
b/lispref/tips.texi
index e726dbbdcfa814b598e934c79b51eb246f3c94b6..20fe774d1858fed0068589e8e7a1eb714e98343a 100644
(file)
--- a/
lispref/tips.texi
+++ b/
lispref/tips.texi
@@
-211,7
+211,7
@@
standard names instead.
@item
If a package needs to define an alias or a new function for
-compatibility with some other version of Emacs, name i
f
with the package
+compatibility with some other version of Emacs, name i
t
with the package
prefix, not with the raw name with which it occurs in the other version.
Here is an example from Gnus, which provides many examples of such
compatibility issues.